home *** CD-ROM | disk | FTP | other *** search
- -- background: 2665 from stack: in
- -- bmap block id: 5374
- -- flags: 0000
- -- background id: 0
- -- name:
-
-
- -- part 1 (field)
- -- low flags: 00
- -- high flags: 0004
- -- rect: left=48 top=38 right=78 bottom=470
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 21
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: title
-
-
- -- part 2 (field)
- -- low flags: 80
- -- high flags: 0007
- -- rect: left=48 top=107 right=316 bottom=466
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 20
- -- text size: 14
- -- style flags: 0
- -- line height: 18
- -- part name: abstract
-
-
- -- part 4 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=9 top=42 right=73 bottom=38
- -- title width / last selected line: 0
- -- icon id / first selected line: 1012 / 1012
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: back
- ----- HyperTalk script -----
- on mouseUp
- set lockScreen to true
- pop card
- set lockScreen to false
- end mouseup
-
-
-
- -- part 5 (field)
- -- low flags: 80
- -- high flags: 0007
- -- rect: left=48 top=107 right=316 bottom=466
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 21
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: comment
-
-
- -- part 6 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=48 top=80 right=105 bottom=253
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 20
- -- text size: 18
- -- style flags: 0
- -- line height: 24
- -- part name: displayType
-
-
- -- part 7 (button)
- -- low flags: 80
- -- high flags: 0000
- -- rect: left=9 top=79 right=107 bottom=39
- -- title width / last selected line: 0
- -- icon id / first selected line: 2478 / 2478
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Show Comment
- ----- HyperTalk script -----
- on mouseUp
- set lockscreen to true
- put "Comment" into field displayType
- hide field Abstract
- show field comment
- hide background button "Show Comment"
- show background button "Show Abstract"
- set lockscreen to false
- end mouseUp
-
-
-
-
- -- part 8 (button)
- -- low flags: 80
- -- high flags: 0000
- -- rect: left=7 top=78 right=114 bottom=41
- -- title width / last selected line: 0
- -- icon id / first selected line: 1004 / 1004
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Show Abstract
- ----- HyperTalk script -----
- on mouseUp
- set lockscreen to true
- put "Abstract" into field displayType
- hide field Comment
- show field Abstract
- hide background button "Show Abstract"
- show background button "Show Comment"
- set lockscreen to false
- end mouseUp
-
-